This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Keiko Minwelyettu 26.Jan.04 07:16 PM a Web browser Domino Designer6.0.2 CF2Windows XP
I am investigating how to use the Java Shared Libray feature which is accessed via the "Edit Project" button at the bottom of the Programmer's Pane for Lotus Java agents. This as opposed to Imported Java agents.
The problem I'm encountering is that if I have a class in a database other than the current database the agent will not compile.
When I compile I get no compile error, nor do I get a successful compile message.
When I try to save the agent I get the popup box that tells me that there are Java errors.
So for grins I try to run this agent, note that it previously compiled using the local version of the class in the ScriptLibrary and ran fine. I get the following message in a popup:
Started running agent 'Copy Of Test Agent Logging' on 01/26/2004 11:11:06 AM
ERROR: Server error: Entry not found in index
Ran Java Agent Class
Done running agent 'Copy Of Test Agent Logging' on 01/26/2004 11:11:06 AM
Nothing is written to the Java Debug Console and the agent clearly does not run.
My question in all of this is how do I get my Java agent to compile using a Java Class in a ScriptLibrary in another Notes database?